home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
util
/
wb
/
TextloaderNG.lha
/
TextloaderTNGr
/
Rexx
/
FW-Normal.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-12-20
|
402 b
|
23 lines
/* Imports text from TLNG 2.0 to FinalWriter97 */
/* FW97-V1.1 © 19.07.99 by Jochen Grus */
OPTIONS RESULTS
ADDRESS "FINALW.1"
Status FontPath
fontpath = Result
Status FontName
fontname = Result
pos = LASTPOS('_', fontname)
IF (pos == 0) THEN
DO
fontpath = 'Normal'
END
ELSE DO
pos = LASTPOS('_', fontpath)
fontpath = 'Normal'
END
Style fontpath
Type ' '
paste
Justify left